DataConnector | ComponentOne
C1.AdoNet.CSV Assembly / C1.DataConnector.AdoNet Namespace / C1CommandBase<TCommandImpl> Class / SupportOrderBy Method
The ORDER BY clause to be checked.

In This Topic
    SupportOrderBy Method (C1CommandBase<TCommandImpl>)
    In This Topic
    Checks whether the passed orderby can or cannot be executed on the server.
    Syntax
    'Declaration
     
    Protected Overridable Function SupportOrderBy( _
       ByVal orderby As IList(Of OrderbyColumn) _
    ) As Boolean
    protected virtual bool SupportOrderBy( 
       IList<OrderbyColumn> orderby
    )

    Parameters

    orderby
    The ORDER BY clause to be checked.

    Return Value

    A boolean indicating if the passed orderby can be executed.
    See Also